home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 September / CHIP 1996 szeptember (CD07).zip / CHIP_CD07.ISO / povray30 / povmsdos.exe / POVMSDOS.ZIP / PNGFLI.INI < prev    next >
Text File  |  1996-03-12  |  1KB  |  31 lines

  1. ;; Persistence Of Vision raytracer version 3.0 sample INI file.
  2. ;; PNGFLI.INI
  3. ;;
  4. ;; Assuming Input_File=myfile.pov
  5. ;;  this INI creates a myfile??.png output files
  6. ;;  and then creates myfile.fli from it.
  7. ;;
  8. ;; Requires dta.exe to create fli
  9. ;; Requires exists.exe which is included in POV-Ray distribution.
  10. ;; If exists.exe is not available, comment out both Pre_Scene_... lines.
  11. ;;
  12.  
  13. Output_to_File=On
  14. Output_File_Type=n
  15. Pre_Frame_Command=
  16. Pre_Frame_Return=
  17. Post_Frame_Command=
  18. Post_Frame_Return=
  19. Pre_Scene_Command=exists %s.fli     ;;If myfile.fli already exists
  20. Pre_Scene_Return=-q                 ;;  skip entire scene
  21. ;;
  22. ;; There is an unsolved problem when running dta directly.
  23. ;; Preliminary results show that calling it via command.com fixes
  24. ;; the problem but as yet, we don't know why.
  25. ;;
  26. Post_Scene_Command=command /C dta /o%s.fli /R1 %s*.png  ;;make myfile.fli
  27. Post_Scene_Return=f                 ;;If error, crash
  28. Pause_When_Done=Off
  29. Continue_Trace=On                ;;Lets you resume
  30. Test_Abort=On                    ;;Lets you interrupt
  31.